home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mfre.dir / 00340.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  359 b   |  21 lines

  1. on enterFrame
  2.   MovieOver()
  3.   unLoadCast()
  4. end
  5.  
  6. on exitFrame
  7.   global Introd, LastFrameH
  8.   if Introd = 1 then
  9.     set Introd to 0
  10.     go("Options")
  11.     puppetSprite(48, 1)
  12.     set the visible of sprite 48 to 0
  13.     puppetSprite(48, 0)
  14.   else
  15.     go(LastFrameH)
  16.     puppetSprite(48, 1)
  17.     set the visible of sprite 48 to 0
  18.     puppetSprite(48, 0)
  19.   end if
  20. end
  21.